Change all uses of `use foo = bar` to `use bar as foo`
authorKevin Walter <kevin.walter.private@googlemail.com>
Mon, 18 Aug 2014 23:54:41 +0000 (01:54 +0200)
committerKevin Walter <kevin.walter.private@googlemail.com>
Mon, 18 Aug 2014 23:54:41 +0000 (01:54 +0200)
commitc4d44eca505037601a0bab69d2032edc8d67a7bf
tree976e7accf14b6745a7d412cdf50d06cd43d01b3f
parentbdf7a3e73e8add41ea9518489113dfde3d3cf416
Change all uses of `use foo = bar` to `use bar as foo`
src/cargo/ops/cargo_generate_lockfile.rs
src/cargo/util/config.rs
src/cargo/util/errors.rs